text: Make editable signals work again
authorMatthias Clasen <mclasen@redhat.com>
Tue, 13 Oct 2020 04:49:10 +0000 (00:49 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 13 Oct 2020 04:49:10 +0000 (00:49 -0400)
commita02c50e72fb6f5b883d1b036be569771f948293e
tree48318f282e7ee71c7f5aabd88d31a7bee76a5b20
parent81440675af64f0b18d13085af2759bcca97cdc92
text: Make editable signals work again

Since the big editable reorg, GtkText was not emitting
::insert-text and ::delete-text, as is expected of
editables. We want to use those signals for a11y
change notification, so make them work again.
gtk/gtktext.c